home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000259_news@columbia.edu_Fri Jun 30 16:24:54 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18904
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 2 Jul 1995 07:24:29 -0400
  3. Received: by apakabar.cc.columbia.edu id AA13557
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 2 Jul 1995 07:24:27 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!park.uvsc.edu!news.provo.novell.com!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: network connectivity
  9. Message-Id: <1995Jun30.222454.55092@cc.usu.edu>
  10. Date: 30 Jun 95 22:24:54 MDT
  11. References: <bhuberDAyI80.EDw@netcom.com>
  12. Organization: Utah State University
  13. Lines: 40
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <bhuberDAyI80.EDw@netcom.com>, bhuber@netcom.com (Bud Huber) writes:
  17. > I've been using Kermit (current version now is 3.14) for many years to
  18. > access various hosts around the country using dial-up modems. No problems
  19. > there.  Recently at work I've been faced with needing access to network
  20. > hosts, doing Telnet and TN3270 type stuff. After reading the book (yes,
  21. > Frank and Joe, I have tried to do this the "right" way), and all of the
  22.         Much appreciated.
  23.  
  24. > on-line documentation that comes packed in the software, I cannot figure
  25. > out how to have Kermit use the network card in my PC (its an Intel
  26. > ethernet card) to connect to a host. I've printed out every file in the
  27. > \KERMIT and all subordinate directories that contains ASCII printable text
  28. > -- lots of info and details, but no big picture discussion. 
  29. -----------------
  30.     Try the networks subdirectory of the Kermit distribution material,
  31. file SETUP.DOC, which starts off like this:
  32.  
  33. File NETWORKS\SETUP.DOC                           January 1995
  34.  
  35. SETTING UP YOUR PC FOR MS-DOS KERMIT NETWORKING
  36.  
  37. Applies to:  MS-DOS Kermit 3.14
  38. Authors:     Joe R. Doupnik, Utah State University
  39.          Frank da Cruz, Columbia University
  40.  
  41. Last updated: Wed May 31 09:45:25 1995
  42.  
  43. ABSTRACT
  44.  
  45. Applying mainly to TCP/IP, but with some discussion of STARLAN, etc, this file
  46. concentrates on the low-level network configuration of your PC, network board
  47. interface standards, drivers and shims, Windows, memory management, TCP/IP
  48. configuration, and how to get MS-DOS Kermit working on your network.
  49.  
  50. CHAPTER 0. GENERAL PRINCIPLES
  51.  
  52.  
  53.     Current release material is in kermit/msdos on kermit.columbia.edu,
  54. look for package deal binary file msvibm.zip.
  55.     Joe D.